home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / source / modem_1.2.lha / modem / readme < prev    next >
Encoding:
Text File  |  1993-12-12  |  739 b   |  28 lines

  1. This program is copyright 1993 Stephen Norris.
  2.  
  3. It may be freely distributed - however if you find it useful, please
  4. let me know (via email) at the address below.
  5.  
  6. Modem is intended to be used to configure modems etc. without
  7. having to load a terminal program; it can be used on any 
  8. device/unit which acts like a serial.device.  I also use it for
  9. dialing up to my slip account...
  10.  
  11. To use, simply type modem <devicename> <unit> <BAUD>.  It defaults
  12. to serial.device 0 and your preferences setting.
  13.  
  14. I added the BAUD option because I needed 38400 and serial prefs
  15. don't allow that!?!
  16.  
  17. To exit, type control-c.
  18.  
  19.     Stephen
  20.  
  21. srn@cs.su.oz.au
  22.  
  23. HISTORY
  24.  
  25. 1.1 Fixed bug with extraneous characters being left behind after a ^C.
  26. 1.0 Initial release.
  27.  
  28.